home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: Windows C programming HELP
- Date: 27 Feb 1996 09:01:47 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4guh9r$euh@news1.usa.pipeline.com>
- NNTP-Posting-Host: pipe15.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Feb 26, 1996 14:31:24 in article <Windows C programming HELP>, 'CONSR
- <N.S.Ravat-93@student.lut.ac.uk>' wrote:
-
-
- >Does anyone know how I can resize a window without altering
- >it's Z-order position?
- >
- >SetWindowPlacement() allows me to resize a window, but it also
- >activates the window and brings it to the top of the Z-order!!
- >
-
- ::SetWindowPos (....... flags);
-
- where flags = SWP_NOZORDER | whatever else you need.
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-